Click or drag to resize

ItemQueryTraversal Enumeration

Defines whether the search finds items in folders or in the dumpster folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ItemQueryTraversal
Members
  Member nameValueDescription
Shallow0 Returns only the items in the folder.
SoftDeleted1 Returns only the items that are in the dumpster folder.
Associated2 Returns only the configuration items.
See Also